<!DOCTYPE html>
<html lang="zh-Han">

<head>
  <meta charset="utf-8">
  <meta http-equiv="X-UA-Compatible" content="IE=edge">
  <meta name="viewport" content="width=device-width,initial-scale=1.0">
  <link rel="icon" href="./favicon.ico">
  <title>国家能源局资质和信用信息系统</title>
  <style>
    * {
      margin: 0;
      padding: 0;
    }

    html,
    body,
    #app {
      width: 100%;
      height: 100%;
      overflow: auto;
      display: flex;
    }

    body {
      font-family: 'PingFang SC', "Helvetica Neue", Helvetica, "microsoft yahei", arial, STHeiTi, sans-serif;
      background-color: #fafafa;
      position: relative;
    }

    a {
      text-decoration: none
    }

    .new-gateway {
      width: 100%;
    }

    .header {
      width: 100%;
      position: relative;
      height: 170px;
      background-color: #242f42;
    }

    .header .img {
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
    }

    .systemName {
      font-size: 28px;
      font-family: AlibabaPuHuiTi-Heavy, AlibabaPuHuiTi;
      font-weight: 800;
      color: #004294;
      line-height: 38px;
      -webkit-text-stroke: 1px hsla(0, 0%, 100%, .5);
    }

    .new-gateway .nav {
      height: 50px;
      background-color: #004294;
    }

    .menu-list {
      width: 100%;
      display: flex;
      justify-content: space-between;
      list-style-type: none;
    }

    .menu-list>li {
      height: auto;
      font-size: 16px;
      font-weight: 700;
      color: #fff;
      line-height: 22px;
      padding: 14px 38px;
    }

    .menu-list .active {
      background: linear-gradient(131deg, #458dff, #0b54e5);
      box-shadow: 0 0 6px 5px rgba(11, 84, 229, .05);
    }

    .main>img {
      width: 100%;
    }

    .new-gateway .footer {
      background-color: #f5f9ff;
      display: flex;
      justify-content: center;
      align-items: center;
      width: 100%;
      box-sizing: border-box;
      padding: 20px 0;
      box-shadow: 0 -2px 0 0 #0058c6;
    }

    .new-gateway .footer p {
      font-size: 14px;
      color: #000;
      line-height: 22px;
      text-align: center;
    }

    .W1200 {
      width: 1300px;
      margin: 0 auto;
    }

    .flex-start-center {
      display: flex;
      justify-content: flex-start;
      align-items: center;
    }

    .mack {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 2400px;
      background-color: rgba(0, 0, 0, .2);
    }

    .model {
      position: fixed;
      top: calc(50% - 135px);
      left: calc(50% - 225px);
      width: 450px;
      height: 270px;
      background-color: #fff;
      padding: 20px 30px;
      display: flex;
      align-items: center;
      justify-content: center;
      flex-direction: column;
      font-size: 18px;
      border: 2px solid rgba(0, 66, 148, .2);
      border-radius: 8px;
      color: #333;
      line-height: 1.5;
      box-shadow: 0 2px 12px rgba(0, 0, 0, .2);
    }

    .model span {
      color: red;
      font-weight: bold;
    }
  </style>
</head>

<body>
  <div class="new-gateway">
    <div class="header"><img src="./img/bg1.png" alt="" class="img">
      <div class="W1200 flex-start-center" style="height: 100%;"><img src="./img/logo.png" alt=""
          style="width: 81px; height: 86px; z-index: 10;">
        <h1 class="systemName" style="z-index: 10;"> 国家能源局<br>资质和信用信息系统 </h1>
      </div>
    </div>

    <div class="nav">
      <ul class="W1200 menu-list">
        <li class="active">首页</li>
        <li>许可公示</li>
        <li>许可查询</li>
        <li>处罚信息</li>
        <li>严重失信主体名单</li>
        <li>许可注销</li>
        <li>许可撤销</li>
      </ul>
    </div>

    <div class="main W1200">
      <img src="./img/body.png" alt="" class="img">
    </div>

    <div class="footer">
      <div class="flex-start-center">
        <a href="#" target="_blank" style="margin-right: 20px;">
          <img src="./img/jiucuo.png" style="margin: 0px; border: 0px;">
        </a>
        <a href="#" target="_blank" style="margin-right: 20px;">
          <img vspace="0" hspace="0" border="0" src="./img/red.png"></a>
      </div>
      <div>
        <p>北京市西城区复兴门外地藏庵南巷一号电研大厦</p>
        <p>联系邮箱：zzgz@nea.gov.cn</p>
        <p>京ICP备11044902号 京公网安备11010202007691 网站识别码：bm62000002号</p>
      </div>
    </div>
  </div>


  <div class="mack"></div>
  <div class="model">
    <div style="margin-bottom: 8px;font-weight: bold;">公告</div>
    <p style="text-align: justify;">
      为落实《承装（修、试）电力设施许可证管理办法》（国家发展改革委2025年第30号令）及《国家能源局关于做好承装（修、试）电力设施许可证换领和延续工作的通知》要求，国家能源局资质和信用信息系统将于近期进行功能升级。具体安排为：6月28日0:00起，暂停承装（修、试）电力设施许可业务申请，其他业务正常办理；6月30日18:00起，系统网站暂停访问；7月1日8:00起，系统恢复访问及业务办理。由此给您带来的不便，敬请谅解。
    </p>
  </div>
</body>

</html>